-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ESQL: Unmute generative tests that fail with wrong optimization #137000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESQL: Unmute generative tests that fail with wrong optimization #137000
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes "optimized incorrectly due to missing references" from ALLOWED_ERRORS as described.
Elasticsearch Serverless Checks did not pass due to what appears to be same unrelated infrastructure issue seen today in another PR #137006 (review)
|
Thanks folks! Unmuting this actually uncovered an issue; this is blocking on #137019, I'm in the process of fixing this. |
💚 Backport successful
|
These were muted due to #131509, which was fixed in #132455.
Let's unmute, so we don't fly blind with respect to inconsistent optimizations and have the generative tests catch them again.